I’m trying to write a macro to select your character (or any) and select the target u want to attack and for the macro to work out all the To-Hits and damage etc etc Now it’s easy to pull all the data for the attacking token using 1 click of @{selected|xxxxxx} But for the victim of the attack using @{target|xxxxxxx} only seems to let me pull 1 but of data per click - so I’d have to click the targets token 3 times to pulls its AC, hp and say armour type. is there a way I can do this with just clicking on the target token once Is the some way of making the macro remember who the @{target|xxxxx} was so I don’t have to keep re clicking Perhaps something like @{targeted1|xxxxx ????? or having 2 different @{selected|xxxxx} So sort of @{selected1 and @{selected2| Or basically otherwise some trick/method of pulling 4-3 bits of info about 2 different tokens (the PC and the baddies) trying to write a (non API) macro that calculate the attack to hit and roll damage